home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_29.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  139 b   |  9 lines

  1. on mouseUp
  2.   if SpriteExists(110) > 0 then
  3.     ClrCursorS()
  4.     WaitCursor()
  5.     puppetTransition(9, 2)
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.